home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 1998 November (Bonus)
/
GAMESTAR11B.ISO
/
ENCYC99
/
MM
/
T620277A.DCR
/
Scripts_13_Class LayerTitle.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-06-29
|
304 b
|
20 lines
property objectRect
on areYouThere me, xLoc
return inside(xLoc, objectRect)
end
on mouseEvent me, xEvent, xLoc
nothing()
end
on new me, xSprite
set objectRect to the rect of sprite xSprite
return me
end
on subscribe me, xCursorGod
set cursorGod to xCursorGod
subscribe(cursorGod, me)
end